home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS Application] Microsoft - LAN Manager 2.2c - Installation Disks.zip / BASIC / NETWARE.HL$ / NETWARE.bin
Text File  |  1994-09-02  |  1KB  |  49 lines

  1.    If you have the NetWare Connectivity feature of LAN Manager
  2.    on your workstation, you can start NetWare by typing:
  3.  
  4.      NWLOAD
  5.  
  6.    When finished with NetWare, type:
  7.  
  8.      NWUNLOAD
  9.  
  10.    Note that you cannot use either NWLOAD or NWUNLOAD while
  11.    Microsoft Windows is running.
  12.  
  13.    The following table lists NetWare commands and their
  14.    equivalent commands in LAN Manager.
  15.  
  16.    NetWare     LM          Description and LM example
  17.    ---------------------------------------------------
  18.  
  19.    ATTACH      None        Establishes a link between your
  20.                            workstation and a server. This is not
  21.                            necessary in LAN Manager.
  22.  
  23.    CAPTURE     NET USE     Connects to a network printer.
  24.  
  25.                            NET USE LPT2 \\PRODUCTION\LASER
  26.  
  27.    ENDCAP      NET USE /D  Ends a connection to a network printer.
  28.  
  29.                            NET USE LPT2 /D
  30.  
  31.    HELP        NET HELP    Displays help.
  32.  
  33.                            NET HELP
  34.  
  35.    MAP         NET USE     Connects to a network directory.
  36.  
  37.                            NET USE H: \\PRODUCTION\SHARENAME
  38.  
  39.    MAP DEL     NET USE /D  Ends a connection to a network directory.
  40.  
  41.                            NET USE H: /D
  42.  
  43.    PSTAT       NET PRINT   Displays information about network
  44.                            printers.
  45.  
  46.                            NET PRINT \\SALES
  47.  
  48.    To get Help one screen at a time, type NET HELP command | MORE.
  49.